.category-tab
{
    position:relative;
}
.category-tab-list
{
    margin: 0;
    padding: 3px 3px 0px 3px;
    font-size: 90%;
    border: 1px solid #aaa;
    background: #ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    color: #222;
    font-weight: bold;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    list-style: none;
    font-family:Verdana,Arial,sans-serif;
    display: inline-block;
    clear: both;
    width:100%;
}

.category-tabs
{
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px 3px -1px 0px;
    padding: 0;
    white-space: nowrap;
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    border-bottom-color: #aaa;
    font-weight: normal;
    color: #555;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    margin-bottom: -1px;
    cursor:pointer;
}

    .category-tabs:hover
    {
        border-color:lightblue;
        border-bottom:none;
    }

.category-tabs-active
{
    border: 1px solid #aaa;
    background: #fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
    margin-bottom: -1px;
    padding-bottom: 1px;
    border-bottom: none;
    z-index: 100;
    border-bottom-color: #fff;
}

.category-tab-link
{
    float: left;
    padding: 7px 13px 6px 13px;
    text-decoration: none;
    color: #555;
    list-style: none;
    white-space: nowrap;
    line-height: 1.3;
}

.category-tab-link-active
{
}

.category-tab-content
{
}